home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Techniques / Examples by Joe Strout / Pinball Maker / Pinball READ ME.txt next >
Text File  |  2001-01-25  |  465b  |  12 lines

  1. Pinball Maker
  2. =============
  3. This demo is just the barest beginnings of a customizable physics simulation.  My focus was on getting the physics right, rather than on making it look pretty.  It demonstrates how to find collisions between a point (the ball) and a line (the bumpers), how to rebound correctly, and so on.
  4.  
  5.  
  6. For more RB stuff:
  7. See my REALbasic code page [1].  Or write to me (Joe Strout) at <joe@strout.net>.
  8.  
  9.  
  10. ---
  11. [1] http://strout.net/info/coding/rb/
  12.